home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGVIDEOSOUND / TDLGVIDEOSOUND.txt
Text File  |  2004-12-09  |  3KB  |  139 lines

  1. object dlgVideoSound: TdlgVideoSound
  2.   Left = 553
  3.   Top = 267
  4.   Hint = 
  5.     'Specifies that the sound hear during a slideshow should be that ' +
  6.     'of the soundtrack from the source video files in the project'
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Video Soundtrack'
  10.   ClientHeight = 299
  11.   ClientWidth = 418
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   ShowHint = True
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 401
  28.     Height = 249
  29.     Shape = bsFrame
  30.   end
  31.   object Label1: TLabel
  32.     Left = 20
  33.     Top = 22
  34.     Width = 263
  35.     Height = 13
  36.     Caption = 'Specify the source of the sound track for this slideshow:'
  37.   end
  38.   object lblNote: TLabel
  39.     Left = 47
  40.     Top = 171
  41.     Width = 343
  42.     Height = 39
  43.     Caption = 
  44.       'Note: When previewing your slideshow you may hear both the video' +
  45.       ' soundtrack and the background music.  However the created slide' +
  46.       'show will only play the background music.'
  47.     Enabled = False
  48.     WordWrap = True
  49.   end
  50.   object lblVidBGMusic: TLabel
  51.     Left = 48
  52.     Top = 72
  53.     Width = 344
  54.     Height = 26
  55.     Caption = 
  56.       'You can specify the background music that is played after the vi' +
  57.       'deo files complete and your remaining images are displayed'
  58.     Enabled = False
  59.     WordWrap = True
  60.   end
  61.   object rdbVideoSound: TRadioButton
  62.     Left = 28
  63.     Top = 48
  64.     Width = 321
  65.     Height = 17
  66.     Caption = 'Maintain the sound track of the video files in the slideshow'
  67.     Checked = True
  68.     TabOrder = 0
  69.     TabStop = True
  70.     OnClick = rdbBGSoundClick
  71.   end
  72.   object rdbBGSound: TRadioButton
  73.     Left = 28
  74.     Top = 148
  75.     Width = 321
  76.     Height = 17
  77.     Hint = 
  78.       'Specifies that any soundtrack from the video files in the projec' +
  79.       't will not be used, rather the specified music files will be pla' +
  80.       'yed during a slideshow'
  81.     Caption = 'Override the video sound track with background music'
  82.     TabOrder = 2
  83.     OnClick = rdbBGSoundClick
  84.   end
  85.   object btnOK: TsitBitBtn
  86.     Left = 253
  87.     Top = 265
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 4
  94.     OnClick = btnOKClick
  95.     Images = frmMain.ImageList1
  96.     ImageIndex = 0
  97.   end
  98.   object btncancel: TsitBitBtn
  99.     Left = 333
  100.     Top = 265
  101.     Width = 75
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = 'Cancel'
  105.     ModalResult = 2
  106.     TabOrder = 5
  107.     Images = frmMain.ImageList1
  108.     ImageIndex = 1
  109.   end
  110.   object btnBGMusic: TsitBitBtn
  111.     Left = 232
  112.     Top = 218
  113.     Width = 159
  114.     Height = 25
  115.     Hint = 'Specify the music files to play during a slideshow'
  116.     Caption = 'Specify Music Files...'
  117.     Enabled = False
  118.     TabOrder = 3
  119.     OnClick = btnBGMusicClick
  120.     Images = frmMain.ilstButtons16
  121.     ImageIndex = 25
  122.   end
  123.   object btnVidBGMusic: TsitBitBtn
  124.     Left = 232
  125.     Top = 106
  126.     Width = 159
  127.     Height = 25
  128.     Hint = 
  129.       'Specify the music files that are played to accompany any images ' +
  130.       'displayed after the videos'
  131.     Caption = 'Specify Music Files...'
  132.     Enabled = False
  133.     TabOrder = 1
  134.     OnClick = btnBGMusicClick
  135.     Images = frmMain.ilstButtons16
  136.     ImageIndex = 25
  137.   end
  138. end
  139.